Update documentation to reflect current source code changes #104
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR comprehensively updates the repository documentation to reflect recent code changes and additions that were not previously documented.
Key Changes
New Demo Agents Documentation
Added complete documentation for three new demo agents that demonstrate fundamental LangGraph patterns:
demo_agents/weather_agent.py
) - Simple tool-calling agent with mock weather search, demonstrating basic ReAct patterndemo_agents/multi_agent.py
) - Agent coordination example showing handoff between agents using transfer functionsdemo_agents/parallel_processor_agent/
) - Advanced task decomposition with parallel execution using LangGraph's Send operationsEnhanced Script Documentation
Updated the scripts section to include comprehensive coverage of all available operator scripts:
demo_agents_operator.py
for running demo agentsqdrant_operator.py
,elasticsearch_operator.py
,ai_search_operator.py
,cosmosdb_operator.py
)azure_openai_operator.py
,azure_ai_foundry_operator.py
,ollama_operator.py
)LLM Provider Updates
Extended LLM wrapper documentation to include newly added providers:
AZURE_AI_FOUNDRY_INFERENCE_ENDPOINT
,AZURE_AI_FOUNDRY_INFERENCE_MODEL_CHAT
)OLLAMA_MODEL_CHAT
)Setup Instructions
Enhanced the setup process with additional data source configuration options, including Azure AI Search and Azure Cosmos DB setup using the provided operator scripts.
Architecture Examples
Updated the architecture examples section to map specific agents to patterns, making it easier for users to understand which agent demonstrates which concept.
Language Support
All changes have been mirrored in both English (
docs/index.md
) and Japanese (docs/index.ja.md
) documentation to maintain consistency.The documentation now accurately reflects the current state of the codebase and provides users with complete information about all available agents, scripts, and configuration options.
Fixes #103.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.